home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / mudlib / sys / input_to.h < prev    next >
C/C++ Source or Header  |  2001-07-14  |  330b  |  11 lines

  1. #ifndef LPC_INPUT_TO_H_
  2. #define LPC_INPUT_TO_H_
  3.  
  4. /* Mode values recognized by the efun input_to() */
  5.  
  6. #define INPUT_NOECHO         1  /* Don't echo the next line typed */
  7. #define INPUT_CHARMODE       2  /* Switch in to/out of charmode */
  8. #define INPUT_IGNORE_BANG  128  /* Disallow the '!' escape */
  9.  
  10. #endif /* LPC_INPUT_TO_H_ */
  11.